fix: resolve zizmor GitHub Actions security findings#1114
Merged
dgilmanuni merged 12 commits intomainfrom Mar 10, 2026
Merged
Conversation
- Added persist-credentials: false to checkout actions
- Added permissions: {} blocks to all workflow files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aulneau
approved these changes
Mar 10, 2026
@docusaurus/core@3.9.2 requires Node.js >=20.0 but CI was using 18.20.4, causing yarn install to fail on all push-triggered workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove unused useEffect import and escape unescaped apostrophe in JSX. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Zod 4.x type declarations use const type parameters requiring TS >= 5.0, but the project uses TS 4.9.5. skipLibCheck skips type checking .d.ts files in node_modules, which is standard Docusaurus practice. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Zod v4 type declarations use const type parameters which require TS >= 5.0. This was causing tsc --noEmit to fail with parser errors on zod .d.cts files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Remove moduleResolution and skipLibCheck overrides to inherit the correct defaults from @docusaurus/tsconfig (bundler resolution, skipLibCheck: true). The "node" moduleResolution override was causing type resolution issues with TS 5.x and Docusaurus components. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add resolutions to pin @types/react to ^18.2.0 (prevents conflicting React 19 types from being installed, which causes 'cannot be used as JSX component' errors) - Unify @types/react lockfile entries to 18.3.26 - Exclude examples/ from type checking (references uninstalled packages) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The bundler moduleResolution resolves Docusaurus types differently, causing savePreferredVersionName to not exist on the inferred type. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run prettier --write on all 25 files with formatting issues to pass the CI formatting check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…indings # Conflicts: # docusaurus.config.ts # src/components/NewsletterForm/index.tsx # src/pages/index.tsx # src/theme/Navbar/Content/index.tsx
Fix eslint no-unescaped-entities errors in FeedbackForm.tsx and run prettier on new files merged from main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Generated by zizmor v1.22.0
🤖 Generated with Claude Code